home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
PredatorPrey
/
calc_controls.h
< prev
next >
Wrap
Text File
|
1996-06-22
|
323b
|
18 lines
/* calc_controls.h */
#ifndef __CCR__
#define __CCR__
void do_controls (Point local_point,
WindowPtr wPtr,
ControlHandle cntl_hndl,
short control_part);
void do_scroll (WindowPtr wPtr,
ControlHandle cntl_hndl);
void controls_seg (void);
#endif /* __CCR__ */